@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
  --font-primary: "Roboto";
  --font-secondary: "cursive";

  --h1: 55px;
  --h2: 47px;
  --h3: 38px;
  --h4: 33px;
  --h5: 23px;
  --h6: 21px;

  --f-light: 300;
  --f-regular: 400;
  --f-medium: 500;
  --f-semi-bold: 600;
  --f-bold: 700;
  --f-extra-bold: 800;
  --f-black: 900;

  --font-size-b1: 24px;
  --font-size-b2: 18px;
  --font-size-b3: 16px;
  --font-size-b4: 12px;

  --line-height-b1: 1.5;
  --line-height-b2: 1.67;
  --line-height-b3: 1.67;
  --line-height-b4: 1;

  --bd-common-white-off: #b6b6b6;
  --bd-common-white: #ffffff;
  --bd-common-black: #1b1b1b;

  --shadow-1: 0px 6px 34px rgba(215, 216, 222, 0.41);
  --shadow-2: 0px 20px 50px 0px rgba(0, 0, 0, 15%);

  --thm-menu: #00394f;
  --color-body: #555555;
  --color-background-body-primary: #ff9c2410;
  --color-main-service: rgb(230, 230, 230);

  --color-border: #ffe7cb;
  --color-border-dark: #8f5105;
  --thm-primary: #49A942;
  --thm-primary-off: #ff9c2407;
  --thm-primary-dark: #915000;
  --color-secondary: #ffd1b7;
  --primary-color-opacity: #ffa72446;
  --sendery-color-opacity: #643a07c7;

  --bd-grey-1: #e6e6e6;
  --bd-theme-2: #ff9b24;

  --radius-10: 10px;
  --radius-big: 16px;
  --radius-small: 6px;
  --border-width: 2px;
  --radius: 6px;

  --color-facebook: #3b5997;
  --color-twitter: #1ba1f2;
  --color-youtube: #ed4141;
  --color-linkedin: #0077b5;
  --color-pinterest: #e60022;
  --color-instagram: #c231a1;
  --color-vimeo: #00adef;
  --color-twitch: #6441a3;
  --color-discord: #7289da;

  --transition: 0.3s;

  --gradient-8: linear-gradient(270deg, #9e77ff 0%, #4460ff 100%);
  --gradient-9: linear-gradient(180deg, #6827ff 0%, #e3f0ff 100%);
}

/******************************
most nasesary things
******************************/

.padding-t-b-50 {
  padding: 50px 0;
}

.padding-l-r-30 {
  padding: 0 50px;
}
.mr-0 {
  margin: 0;
}

.mr-b-and-t-100 {
  margin: 0 100px;
}
.mr-b-20 {
  margin-bottom: 20px;
}

.mr-t-50 {
  margin-top: 50px !important;
}
.center-img {
  display: flex;
  align-items: center;
}
.mr-b-100 {
  margin-bottom: 100px;
}

.mr-bt-100 {
  margin: 100px auto;
}

/**
 * Reset Styels
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  color: var(--thm-menu);
  text-decoration: none;
  outline: none;
  transition: 0.3s;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: var(--thm-hover);
}

a:focus {
  outline: none;
}

address {
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

mark {
  background: var(--thm-primary);
  color: #ffffff;
}

code,
kbd,
pre,
samp {
  font-size: var(--font-size-b3);
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  color: var(--thm-primary);
}

kbd,
ins {
  color: #ffffff;
}

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin-top: 0;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

dt {
  font-weight: bold;
  color: var(--thm-menu);
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul,
li > ol {
  margin: 0;
}

ol ul {
  margin-bottom: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  /* border: 0; */
  /* vertical-align: middle; */
  /* height: auto; */
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  /* line-height: normal; */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  width: 270px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

caption,
th,
td {
  font-weight: normal;
}

th {
  font-weight: 500;
}

td,
.wp-block-calendar tfoot td {
  border: 1px solid var(--color-border);
  padding: 7px 10px;
}

del {
  color: #333;
}

ins {
  background: rgba(255, 47, 47, 0.4);
  text-decoration: none;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}

table a,
table a:link,
table a:visited {
  text-decoration: underline;
}

dt {
  font-weight: bold;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

caption {
  caption-side: top;
}

kbd {
  background: var(--thm-menu);
}

dfn,
cite,
em {
  font-style: italic;
}

/* BlockQuote  */
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: var(--font-size-b1);
  font-style: italic;
  font-weight: var(--f-light);
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: var(--font-size-b3);
  font-weight: normal;
}

blockquote strong,
blockquote b {
  font-weight: 700;
}

/**
 * Typography
 */
/*
	font-family: 'Source Serif Pro', serif; 
*/
* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 10px;
}

body {
  font-size: 18px;
  line-height: 1.5;
  font-family: var(--font-primary);
  color: var(--color-body);
  background-color: #fffdf7;
  font-weight: 400;
  scroll-behavior: auto;
  position: relative;
  scrollbar-width: thin;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
menu,
ol,
ul,
table,
hr {
  margin: 0;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  word-break: break-word;
  /* font-family: var(--font-secondary); */
  line-height: 1.4074;
  color: var(--thm-text);
}

h1,
.h1 {
  font-size: var(--h1);
  line-height: 1.19;
}

h2,
.h2 {
  font-size: var(--h2);
  line-height: 1.23;
}

h3,
.h3 {
  font-size: var(--h3);
  line-height: 1.14;
}

h4,
.h4 {
  font-size: var(--h4);
  line-height: 1.25;
}

h5,
.h5 {
  font-size: var(--h5);
  line-height: 1.24;
}

h6,
.h6 {
  font-size: var(--h6);
  line-height: 1.25;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 38px;
  }

  h2,
  .h2 {
    font-size: 32px;
  }

  h3,
  .h3 {
    font-size: 28px;
  }

  h4,
  .h4 {
    font-size: 24px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 34px;
  }

  h2,
  .h2 {
    font-size: 28px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: var(--f-extra-bold);
}

h4,
.h4,
h5,
.h5 {
  font-weight: var(--f-bold);
}

h6,
.h6 {
  font-weight: var(--f-medium);
}

p {
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 767px) {
  p.b4 {
    font-size: 16px;
    line-height: 28px;
  }
}
p:last-child {
  margin-bottom: 0;
}

.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}
@media only screen and (max-width: 767px) {
  .b1 {
    font-size: 16px;
    line-height: 28px;
  }
}

.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}
@media only screen and (max-width: 767px) {
  .b2 {
    font-size: 16px;
    line-height: 28px;
  }
}

.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}
@media only screen and (max-width: 767px) {
  .b3 {
    font-size: 16px;
    line-height: 28px;
  }
}

.b4 {
  font-size: var(--font-size-b4);
  line-height: var(--line-height-b4);
}
@media only screen and (max-width: 767px) {
  .b4 {
    font-size: 16px;
    line-height: 28px;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px;
  width: 100%;
}

table a,
table a:link,
table a:visited {
  text-decoration: none;
}

cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
  color: var(--heading-color);
}

var {
  font-family: "Courier 10 Pitch", Courier, monospace;
}

/*---------------------------
	List Style 
---------------------------*/
ul,
ol {
  padding-left: 18px;
}

ul {
  list-style: disc;
  margin-bottom: 30px;
  padding-left: 20px;
}
ul.liststyle.bullet li {
  font-size: 18px;
  line-height: 30px;
  color: var(--color-body);
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  ul.liststyle.bullet li {
    padding-left: 19px;
  }
}
ul.liststyle.bullet li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--color-body);
  left: 0;
  top: 10px;
}
ul.liststyle.bullet li + li {
  margin-top: 8px;
}
ul li {
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--color-body);
}
ul li a {
  text-decoration: none;
  color: var(--thm-menu);
}
ul li a:hover {
  /* color: #fff; */
  font-weight: bold !important; 
}
ul ul {
  margin-bottom: 0;
}

ol {
  margin-bottom: 30px;
}
ol li {
  color: var(--color-body);
  margin-top: 10px;
  margin-bottom: 10px;
}
ol li a {
  color: var(--heading-color);
  text-decoration: none;
}
ol li a:hover {
  color: var(--thm-primary);
}
ol ul {
  padding-left: 30px;
}

.nav-pills {
  margin-bottom: 30px;
}
.nav-pills li {
  margin: 0;
}
.nav-pills li button {
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  color: var(--thm-menu);
  padding: 15px 30px;
  transition: 0.3s;
}
.nav-pills li button:hover {
  color: var(--thm-menu);
}

.entry-content a {
  text-decoration: underline;
}

/*=====================
    All Extend Here
=======================*/

/* -----------------------------
    Hover Dropdown Extend  
--------------------------------*/
.sams-header .mainmenu-nav .mainmenu li.with-megamenu .sams-megamenu,
.sams-header .mainmenu-nav .mainmenu li.has-dropdown .submenu,
.sams-user-wrapper .sams-user-menu-list-wrapper,
.sams-category-menu-wrapper .category-dropdown-menu,
ul.sams-dropdown-menu li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  clip: rect(0px, 200vw, 0, 0px);
  opacity: 0;
  transition: opacity 0.4s linear, clip 0.6s linear, visibility 0s 0.4s;
  transform: translateZ(0);
}

.sams-header .mainmenu-nav .mainmenu > li .submenu > li:hover > .submenu,
.sams-header .mainmenu-nav .mainmenu li.with-megamenu:hover .sams-megamenu,
.sams-header .mainmenu-nav .mainmenu li.has-dropdown:hover > .submenu,
.sams-user-wrapper:hover .sams-user-menu-list-wrapper,
.sams-category-menu-wrapper:hover .category-dropdown-menu,
ul.sams-dropdown-menu li:hover .sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
  clip: rect(0px, 100vw, 200vh, -30px);
  transition: clip 0.6s linear, opacity 0.4s linear;
}
.popup-mobile-menu .mainmenu .has-dropdown .submenu {
  padding: 0;
  max-width: 100%;
  list-style: none;
  padding-left: 14px;
  display: none;
  visibility: hidden;
  clip: rect(0px, 200vw, 0, 0px);
  opacity: 0;
  transition: opacity 0.4s linear, clip 0.6s linear, visibility 0s 0.4s;
  transform: translateZ(0);
}

.popup-mobile-menu .mainmenu li.has-dropdown:hover > .submenu {
  display: block;
  flex-wrap: nowrap;
  top: 100%;
  visibility: visible;
  opacity: 1;
  clip: rect(0px, 100vw, 200vh, -30px);
  transition: clip 0.6s linear, opacity 0.4s linear;
}

/*-----------------------------
    Rbt Background Gradient
-------------------------------*/
/*----------------------
    Bg Image  
------------------------*/

.sams-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li a,
ul li a {
  transition: var(--transition);
}

@media only screen and (max-width: 767px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/*===============================
    Background Color 
=================================*/

/*---------------------
    Height and width 
------------------------*/

/*===================
Custom Row
======================*/

/*===========================
    Input Placeholder
=============================*/

/*=============================
	Overlay styles 
==============================*/

/*------------------------------
    Scroll Up 
--------------------------------*/

/*--------------------
    Contact Form 
----------------------*/

/*=========================
    Section Separation 
==========================*/

/*------------------------
    Edu Common Styles  
--------------------------*/
/*-------------------------
    Rbt Default
-------------------------*/

/*-------------------------
    Rbt Round Btn
-------------------------*/
.sams-round-btn {
  width: 40px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  background: transparent;
  padding: 0;
  border: 0 none;
  display: block;
}
@media only screen and (max-width: 767px) {
  .sams-round-btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.sams-round-btn i {
  margin-right: 0;
}
.sams-round-btn::after {
  background: var(--color-gray-light);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.4s;
  opacity: 0;
  transform: scale(0.8);
  border-radius: 100%;
  z-index: -1;
}
.sams-round-btn:hover {
  color: var(--thm-primary);
}
.sams-round-btn:hover::after {
  opacity: 1;
  transform: scale(1);
}

/*------------------------------
    Rbt Hover Style
-------------------------------*/

/*------------------------------
    Rbt Theme Gradient
-------------------------------*/

/*------------------------------
    Rbt Slider Gutter
-------------------------------*/

/*------------------------------
    Rbt rating
-------------------------------*/

/*------------------------------
    Rbt Shape Style
-------------------------------*/

/*-------------------------
    Card Author Meta 
-------------------------*/

/*-----------------------------
    Rbt Border Style  
------------------------------*/

/*-----------------------------
    Rbt Border Radius  
-------------------------------*/

/*-----------------------------
    Rbt Shadow
-------------------------------*/

/*--------------------------
    Font Weight 
---------------------------*/

/*-----------------------------
    Card bg Inner Color 
--------------------------------*/

/*-----------------------------
    Rbt Background Image
--------------------------------*/

/* ========= Forms Styles ========= */
button,
[type="button"] {
  -webkit-appearance: button;
}

/* -------------------------------- 

Primary style

-------------------------------- */

/* -------------------------------- 

  xrotate-1 

  -------------------------------- */
/* -------------------------------- 

  xtype 

  -------------------------------- */
/* -------------------------------- 

  xrotate-2 

  -------------------------------- */
/* -------------------------------- 

  xloading-bar 

  -------------------------------- */

/* -------------------------------- 

  xslide 

  -------------------------------- */
/* -------------------------------- 

  xclip 

  -------------------------------- */

/* -------------------------------- 

  xzoom 

  -------------------------------- */
/* -------------------------------- 

  xrotate-3 

  -------------------------------- */
/* -------------------------------- 

  xscale 

  -------------------------------- */
/* -------------------------------- 

  xpush 

  -------------------------------- */
/**************************************
	Header Styles
***************************************/
/*---------------------------
    Header Common Styles  
----------------------------*/
.images {
  height: 100%;
}

.logo a {
  display: block;
}
.logo a img {
  max-height: 50px;
  object-fit: cover;
}

.sams-header-top {
  position: relative;
  z-index: 9999;
}

/*-----------------------------
    Header Space Between  
------------------------------*/
.header-space-betwween {
  padding-left: 150px;
  padding-right: 150px;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .header-space-betwween {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-space-betwween {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-space-betwween {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-space-betwween {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .header-space-betwween {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .header-space-betwween {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

/*----------------------------
    Header Top Information 
-----------------------------*/
.sams-information-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  list-style: none;
  margin: -2px -7px;
  flex-wrap: wrap;
}
.sams-information-list li {
  margin: 2px 7px;
  color: var(--color-body);
}
.sams-information-list li a {
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-body);
  display: flex;
  align-items: center;
  transition: 0.4s;
  font-weight: 400;
}
.sams-information-list li a i {
  margin-right: 10px;
  font-size: 14px;
  margin-top: 2px;
}
.sams-information-list li a:hover {
  color: var(--thm-primary);
}

/*--------------------------
    Dropdown Menu  
----------------------------*/

/*--------------------------
    Header Section
----------------------------*/

/*--------------------------
    Header Quick Access
----------------------------*/

/*--------------------------
    Search With Category
----------------------------*/

/*--------------------------
    Secondary Menu
----------------------------*/

/*--------------------------
    Category Button
----------------------------*/

/*-------------------------
    Admin User Settings
--------------------------*/

/*-------------------------
    Mini Cart
--------------------------*/

/*-------------------------
    Header Animation  
--------------------------*/
/*---------------------
    Header Top  
----------------------*/
.sams-header-top.sams-header-top-1 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  /* min-height: 10px;
  padding-top: 7px;
  padding-bottom: 7px; */
}
@media only screen and (max-width: 767px) {
  .sams-header-top.sams-header-top-1::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;
    display: block;
    z-index: 1;
    content: "";
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      var(--dark-border) 100%
    );
    transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
    cursor: pointer;
    opacity: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .sams-header-top.sams-header-top-1.variation-height-60 {
    /* padding-top: 10px;
    padding-bottom: 10px;
    min-height: 10px; */
  }
}
.sams-header-top.sams-header-top-1.top-expended-activation {
  transition: height 0.3s linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sams-header-top.sams-header-top-1.top-expended-activation {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .sams-header-top.sams-header-top-1.top-expended-activation {
    overflow: hidden;
  }
}

/*----------------------------
    Header Top Bar  
----------------------------*/

/*------------------------------------------
    Header With TopBar Transparent  
----------------------------------------------*/
.sams-transparent-header .sams-header-top {
  border-color: #525260;
}

/*--------------------------
    Header Top Styles  
-----------------------------*/

/*---------------------------
    Header Mid Style  
----------------------------*/

/*---------------------
    Social Share  
-----------------------*/

/*----------------------------
    Navigation Position  
------------------------------*/

.mainbar-row {
  display: flex;
  justify-content: space-between;
}

.mainbar-row .sams-main-navigation {
  flex-basis: auto;
  display: flex;
  margin: 0 30px;
  justify-content: center;
}
.mainbar-row.sams-navigation-end .sams-main-navigation {
  justify-content: end;
}

.sams-header .mainmenu-nav .mainmenu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  margin-top: 10px !important;
  margin-bottom: 10px;
}
.sams-header .mainmenu-nav .mainmenu > li > a {
  color: var(--thm-menu);
  font-size: 16px;
  font-weight: 500;
  padding: 0 17px;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-wrap: wrap;
  transition: 0.3s;
  flex-direction: row;
  list-style: none;
}

/*-----------------------
    Header Style  
---------------------------*/
.sams-header {
  position: relative;
  z-index: 99;
}
.sams-header .logo a img {
  max-height: 50px;
  object-fit: cover;
}
@media only screen and (max-width: 575px) {
  .sams-header .logo a {
    height: auto;
    line-height: initial;
  }
}
.sams-header .sams-header-wrapper {
  background-color: #ffffff;
  box-shadow: 0px 20px 34px #0000000d;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sams-header .sams-header-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sams-header .sams-header-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .sams-header .sams-header-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.sams-header .sams-header-wrapper.header-transparent {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  background: transparent;
  backdrop-filter: inherit;
  box-shadow: none;
}
.sams-header .sams-header-wrapper.sams-sticky {
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--bd-common-white);
  width: 100%;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  z-index: 99;
  box-shadow: var(--shadow-1);
}
.sams-header
  .sams-header-wrapper.color-white-variation
  .mainmenu-nav
  .mainmenu
  > li
  > a {
  color: var(--bd-common-white);
}
.sams-header .sams-header-wrapper.color-white-variation .quick-access li a {
  color: var(--bd-common-white);
}
.sams-header
  .sams-header-wrapper.color-white-variation
  .quick-access
  li.account-access::after {
  opacity: 0.5;
}
.sams-header .sams-header-wrapper.color-white-variation.sams-sticky {
  background-color: #000 !important;
  box-shadow: var(--shadow-2);
}
.sams-header
  .sams-header-wrapper.color-white-variation
  .hamberger
  .hamberger-button {
  color: var(--bd-common-white);
}
.sams-header .sams-header-wrapper.bg-color-darker {
  background-color: var(--color-darker);
}
.sams-header
  .sams-header-wrapper.bg-color-darker
  .mainmenu-nav
  .mainmenu
  > li
  > a {
  color: var(--bd-common-white);
}
.sams-header .sams-header-wrapper.height-50 .mainmenu-nav .mainmenu > li > a {
  height: 50px;
  line-height: 50px;
}
.sams-header .sams-header-wrapper .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .sams-header .sams-header-wrapper .header-right {
    justify-content: flex-end;
    flex-basis: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .sams-header .sams-header-wrapper .header-left {
    flex-basis: 40%;
  }
}
.sams-header .sams-header-wrapper .container-fluid,
.sams-header .sams-header-wrapper .container {
  position: relative;
}
.sams-header.sams-header-8 {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  z-index: 99;
}
.sams-header.sams-header-8 .sams-header-wrapper {
  box-shadow: none;
  background: transparent;
  margin-top: auto !important;
}
.sams-header.sams-header-8 .mainbar-row {
  background-color: var(--bd-common-white);
  padding: 5px 25px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sams-header.sams-header-8 .mainbar-row {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sams-header.sams-header-8 .mainbar-row {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .sams-header.sams-header-8 .mainbar-row {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.sams-header.sams-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
}
.sams-header.sams-transparent-header .sams-header-top:not(.bg-not-transparent) {
  background: transparent !important;
}
.sams-header.sams-transparent-header
  .sams-header-wrapper:not(.bg-not-transparent) {
  background: transparent !important;
  box-shadow: none;
}
.sams-header.sams-transparent-header .sams-header-wrapper.sams-sticky {
  background-color: var(--bd-common-white) !important;
  box-shadow: var(--shadow-1);
}
.sams-header.sams-transparent-header
  .sams-header-wrapper.color-white-variation.sams-sticky {
  background-color: #000 !important;
  box-shadow: var(--shadow-2);
  border: 0 none;
}
.sams-header.sams-transparent-header .sams-header-middle {
  background: transparent !important;
}
.sams-header.sams-header-8 .sams-header-wrapper.sams-sticky {
  background-color: transparent !important;
  box-shadow: none;
  padding-top: 10px;
}

.sams-header
  .sams-header-wrapper.header-transparent
  .mainmenu-nav
  .mainmenu
  li.with-megamenu
  .sams-megamenu
  .wrapper {
  border-radius: 10px;
}

.sams-header
  .sams-header-wrapper.header-transparent.sams-sticky
  .mainmenu-nav
  .mainmenu
  li.with-megamenu
  .sams-megamenu
  .wrapper {
  border-radius: 0 0 10px 10px;
}

.side-nav-opened
  .sams-header.sams-transparent-header
  .sams-header-wrapper:not(.bg-not-transparent) {
  background: #fff !important;
}

.sams-header
  .sams-header-wrapper.header-transparent
  .mainmenu-nav
  .mainmenu
  li.has-dropdown
  .submenu {
  border-radius: 10px;
}

.sams-header
  .sams-header-wrapper.header-transparent.sams-sticky
  .mainmenu-nav
  .mainmenu
  li.has-dropdown
  .submenu {
  border-radius: 0 0 10px 10px;
}

.side-nav-opened body::before,
.close_side_menu,
.popup-mobile-menu,
.sams-offcanvas-side-menu {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(15px);
}

/*--------------------------
    Navigation Styles 
----------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .sams-header .mainmenu-nav .mainmenu > li > a {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sams-header .mainmenu-nav .mainmenu > li > a {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sams-header .mainmenu-nav .mainmenu > li > a {
    padding: 0 12px;
  }
}
.sams-header .mainmenu-nav .mainmenu > li > a i {
  transition: 0.3s;
  padding-left: 5px;
}
.sams-header .mainmenu-nav .mainmenu > li > a.active {
  color: var(--thm-primary);
}

.sams-header .mainmenu-nav .mainmenu > li:hover > a,
.sams-header .mainmenu-nav .mainmenu > li.active > a {
  color: var(--thm-primary) !important;
}
.sams-header .mainmenu-nav .mainmenu > li:hover > a i,
.sams-header .mainmenu-nav .mainmenu > li.active > a i {
  transform: rotate(180deg);
  margin-top: 2px;
  padding-right: 5px;
}
.sams-header .mainmenu-nav .mainmenu li {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.sams-header .mainmenu-nav .mainmenu li:first-child a {
  padding-left: 0;
}
.sams-header .mainmenu-nav .mainmenu li:last-child a {
  padding-right: 0;
}
.sams-header .mainmenu-nav .mainmenu li.has-dropdown .submenu {
  min-width: 240px;
  height: auto;
  z-index: 90;
  text-align: left;
  padding: 12px 0;
  border-radius: 0 0 10px 10px;
  background-color: var(--bd-common-white);
  box-shadow: var(--shadow-1);
  display: flex;
  flex-direction: column;
  border-top: 5px solid #098346;
}
.sams-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li {
  position: relative;
}
.sams-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li a {
  font-weight: 500;
  padding: 10px 20px;
  font-size: 14px;
  display: block;
  color: var(--color-body);
  margin: 0 10px;
  border-radius: 3px;
}
.sams-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li a:hover {
  color: #098346 !important;
  background: #09834663 !important;
}
.sams-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li a.active {
  color: var(--thm-primary) !important;
  background: var(--black-opacity);
}
.sams-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li ul.submenu {
  left: 100%;
  top: 0;
  text-align: left;
}
.sams-header .mainmenu-nav .mainmenu li.with-megamenu {
  position: relative;
}
.sams-header .mainmenu-nav .mainmenu li.with-megamenu .sams-megamenu {
  transition: 0.3s;
  width: 100%;
  padding: 0 7px;
  border-radius: 0 0 10px 10px;
  right: 0;
}
.sams-header
  .mainmenu-nav
  .mainmenu
  li.with-megamenu
  .sams-megamenu.grid-item-2 {
  width: 600px;
  margin: 0 auto;
}
.sams-header
  .mainmenu-nav
  .mainmenu
  li.with-megamenu
  .sams-megamenu.grid-item-3 {
  width: 900px;
  margin: 0 auto;
}
.sams-header
  .mainmenu-nav
  .mainmenu
  li.with-megamenu
  .sams-megamenu.grid-item-4 {
  width: 100%;
  margin: 0 auto;
}
.sams-header .mainmenu-nav .mainmenu li.with-megamenu .sams-megamenu .wrapper {
  border-radius: 0 0 10px 10px;
  background-color: var(--bd-common-white);
  box-shadow: var(--shadow-1);
  padding: 25px 25px;
  overflow: hidden;
  border-top: 1px solid #e6e3f14f;
}
.sams-header
  .mainmenu-nav
  .mainmenu
  li.with-megamenu
  .sams-megamenu
  .wrapper
  .mega-menu-item {
  padding: 0;
  margin: 0;
  height: 100%;
  margin: 0 -10px;
}
.sams-header
  .mainmenu-nav
  .mainmenu
  li.with-megamenu
  .sams-megamenu
  .wrapper
  .mega-menu-item
  li {
  margin: 0 -10px;
}
.sams-header
  .mainmenu-nav
  .mainmenu
  li.with-megamenu
  .sams-megamenu
  .wrapper
  .mega-menu-item
  li
  a {
  font-weight: 500;
  padding: 10px 14px;
  font-size: 15px;
  display: block;
  color: var(--color-body);
  margin: 0 10px;
  border-radius: 4px;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
.sams-header
  .mainmenu-nav
  .mainmenu
  li.with-megamenu
  .sams-megamenu
  .wrapper
  .mega-menu-item
  li
  a
  .sams-badge-card {
  margin-left: 10px;
}
.sams-header
  .mainmenu-nav
  .mainmenu
  li.with-megamenu
  .sams-megamenu
  .wrapper
  .mega-menu-item
  li
  a:hover,
.sams-header
  .mainmenu-nav
  .mainmenu
  li.with-megamenu
  .sams-megamenu
  .wrapper
  .mega-menu-item
  li
  a.active {
  color: var(--thm-primary) !important;
  background: var(--black-opacity);
}
.sams-header
  .mainmenu-nav
  .mainmenu
  li.with-megamenu
  .sams-megamenu
  .wrapper
  .sams-ads-wrapper
  img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.sams-header
  .mainmenu-nav
  .mainmenu
  li.with-megamenu
  .sams-megamenu
  .wrapper
  .btn-wrapper {
  margin: -25px;
  margin-top: 0px;
}
.sams-header
  .mainmenu-nav
  .mainmenu
  li.with-megamenu
  .sams-megamenu
  .wrapper
  .btn-wrapper
  a {
  font-size: 16px;
}
.sams-header
  .mainmenu-nav
  .mainmenu
  li.with-megamenu
  .sams-megamenu.menu-skin-dark
  .wrapper {
  background: var(--color-bodyest);
  box-shadow: none;
  padding: 40px;
}
.sams-header .mainmenu-nav .mainmenu > li .submenu > li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  border-radius: 10px;
}
.sams-header .mainmenu-nav.onepagenav .mainmenu li a {
  padding: 0;
  margin: 0 17px;
  position: relative;
}
.sams-header .mainmenu-nav.onepagenav .mainmenu li a::after {
  position: absolute;
  content: "";
  left: 0;
  background: var(--thm-primary);
  width: 0;
  height: 2px;
  bottom: 0;
  opacity: 0;
  transition: 0.4s;
}
.sams-header .mainmenu-nav.onepagenav .mainmenu li:first-child {
  margin-left: 0;
}
.sams-header .mainmenu-nav.onepagenav .mainmenu li:last-child {
  margin-right: 0;
}
.sams-header .mainmenu-nav.onepagenav .mainmenu li.current a {
  color: var(--thm-primary);
}
.sams-header .mainmenu-nav.onepagenav .mainmenu li.current a::after {
  width: 100%;
  opacity: 1;
}
.sams-header .sams-category-menu-wrapper {
  height: 80px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sams-header .sams-category-menu-wrapper {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sams-header .sams-category-menu-wrapper {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .sams-header .sams-category-menu-wrapper {
    height: auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .sams-header.sams-header-3 .mainmenu-nav .mainmenu > li > a {
    padding: 0 20px;
  }
}

.sams-badge-card {
  background-color: transparent;
  background: transparent;
  padding: 1px 10px;
  border-radius: 100px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 2;
  letter-spacing: 0.5px;
}
.sams-badge-card::before {
  background: linear-gradient(
      90deg,
      var(--thm-primary) 15%,
      var(--color-secondary) 45%,
      var(--color-secondary) 75%,
      var(--thm-primary) 100%
    )
    95%/200% 100%;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  border-radius: 100px;
  opacity: 0.5;
  background-size: 400% 100%;
}

/*----------------------------
    Mega Menu Options  
------------------------------*/

/*-----------------------
    Single Demo  
------------------------*/

/*----------------------
    Load More Btn  
-----------------------*/

/*----------------------
    Extra Css  
------------------------*/

/*--------------------
    Mega Menu  
-----------------------*/
/*------------------------------
    Popup Menu Styles  
--------------------------------*/

/*------------------------------
    Popup Menu Styles  
--------------------------------*/
.popup-mobile-menu {
  z-index: 9999;
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
@media only screen and (min-width: 1200px) {
  .popup-mobile-menu {
    display: none;
  }
}
.popup-mobile-menu .inner-wrapper {
  width: 400px;
  z-index: 999;
  position: absolute;
  background-color: var(--bd-common-white);
  height: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  opacity: 0;
  left: -150px;
  transition: all 0.5s ease-out;
  padding: 60px 50px;
  height: 100%;
  position: relative;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  .popup-mobile-menu .inner-wrapper {
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .popup-mobile-menu .inner-wrapper {
    width: 300px;
    padding: 30px 20px;
  }
}
.popup-mobile-menu .inner-wrapper .inner-top {
  border-bottom: 1px solid var(--primary-opacity);
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .popup-mobile-menu .inner-wrapper .inner-top {
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
}
.popup-mobile-menu .inner-wrapper .inner-top .content {
  display: flex;
  justify-content: space-between;
}
.popup-mobile-menu .inner-wrapper .inner-top .logo a img {
  max-height: 45px;
}
.popup-mobile-menu .inner-wrapper .inner-top .close-button {
  background: var(--bd-common-white);
  border: 0 none;
  color: var(--thm-menu);
  width: 40px;
  height: 40px;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.popup-mobile-menu .inner-wrapper .content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .popup-mobile-menu .inner-wrapper .content {
    display: block;
  }
}
.popup-mobile-menu .inner-wrapper .description {
  padding-right: 18%;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .popup-mobile-menu .inner-wrapper .description {
    padding-right: 0;
  }
}
.popup-mobile-menu.active {
  visibility: visible;
  opacity: 1;
}
.popup-mobile-menu.active .inner-wrapper {
  opacity: 1;
  left: 0;
  overflow-y: auto;
}
.popup-mobile-menu .mainmenu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 15px 0px;
}
.popup-mobile-menu .mainmenu li {
  margin: 0;
}
.popup-mobile-menu .mainmenu li a {
  padding: 8px 0;
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.popup-mobile-menu .mainmenu li a.active {
  color: var(--thm-primary) !important;
}
.popup-mobile-menu .mainmenu li a i {
  float: right;
}
.popup-mobile-menu .mainmenu li + li {
  border-top: 1px solid var(--color-border);
}
.popup-mobile-menu .mainmenu .has-dropdown .submenu li a {
  font-size: 15px;
}
.popup-mobile-menu .mainmenu .has-dropdown .submenu li a.active {
  color: var(--thm-primary) !important;
}
.popup-mobile-menu .mainmenu .has-menu-child-item > a,
.popup-mobile-menu .mainmenu .has-dropdown > a {
  position: relative;
}
.popup-mobile-menu .mainmenu .has-menu-child-item > a::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "\f105";
}

.popup-mobile-menu .mainmenu .has-menu-child-item > a.open:hover::after {
  font-family: "Font Awesome 5 Free" !important;
  content: "\f107";
  font-weight: 900;
}
.popup-mobile-menu .mainmenu .sams-megamenu {
  padding: 0;
  max-width: 100%;
  list-style: none;
  padding-left: 14px;
  display: none;
}
.popup-mobile-menu .mainmenu .mega-menu-item {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0;
}
.popup-mobile-menu .mainmenu .mega-menu-item li a {
  font-size: 15px;
}
.popup-mobile-menu .mainmenu .mega-menu-item li:last-child {
  border-bottom: 1px solid var(--color-border);
}
.popup-mobile-menu
  .mainmenu
  .single-mega-item:last-child
  .mega-menu-item
  li:last-child {
  border-bottom-color: transparent;
}
.popup-mobile-menu .mainmenu .single-mega-item + .single-mega-item {
  margin-top: 15px;
}
.popup-mobile-menu .mainmenu .single-mega-item .sams-short-title {
  margin-top: 8px;
}
.popup-mobile-menu .mega-top-banner {
  margin: 0;
  margin-top: 10px;
  background-image: inherit;
  background-color: var(--color-dark);
  border-radius: 4px;
  margin-bottom: 9px;
}
.popup-mobile-menu .mega-top-banner .content {
  width: 100%;
  display: block;
}
.popup-mobile-menu .nav-quick-access {
  display: block;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -20px;
  padding: 6px 17px;
  overflow: hidden;
}
.popup-mobile-menu .nav-quick-access li a {
  display: flex;
  font-size: 14px;
}
.popup-mobile-menu .nav-quick-access li a i {
  display: flex;
}
.popup-mobile-menu .sams-ads-wrapper {
  margin-bottom: 20px;
  margin-top: -16px;
  margin-left: -15px;
}
@media only screen and (max-width: 1199px) {
  .popup-mobile-menu .sams-ads-wrapper {
    margin-top: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .popup-mobile-menu .sams-ads-wrapper img {
    border-radius: 10px;
  }
}
.popup-mobile-menu .btn-wrapper {
  margin-left: -14px;
  margin-bottom: 20px;
  margin-top: -14px;
}
.popup-mobile-menu .sams-btn.btn-xl {
  padding: 0 15px !important;
  font-size: 14px !important;
  height: 50px;
  line-height: 52px;
  border-radius: 4px !important;
}
.popup-mobile-menu .sams-btn i {
  display: block !important;
}
.popup-mobile-menu .mega-category-item {
  margin-top: -15px;
  margin-bottom: 15px;
}
.popup-mobile-menu .mega-category-item .nav-category-item {
  padding: 8px 14px;
}

@media only screen and (max-width: 767px) {
  .hamberger {
    margin-left: 10px;
  }
}
.hamberger .hamberger-button {
  background: transparent;
  border: 0 none;
  color: var(--color-body);
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 0;
}

.button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.button.learn-more {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  width: 15rem;
  height: auto;
}
.button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3.5rem;
  height: 3.5rem;
  background: #282936;
  border-radius: 1.625rem;
  display: flex;
  align-items: center;
  align-content: center;
  padding-left: 10px !important;
}
.button.learn-more .arrows {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  color: #ffffff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
}

.button.learn-more .circle .arrows::before {
  color: #ffff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}
.button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 3.85rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button:hover .circle {
  width: 100%;
}
.button:hover .circle .arrows {
  transform: translate(1rem, 0);
}
.button:hover .button-text {
  color: #fff;
}

/*--------------------------------
    Offcanvas Menu  
--------------------------------*/

/*-------------------------------
    Offcanvas Menu Sidebar  
--------------------------------*/

/*---------------------------------
    Rainbow Offcanvas Side Menu  
-----------------------------------*/
/*---------------------------------
    cateory Side Menu
-----------------------------------*/

/*---------------------------------------
    One Page Navigation Inner Section 
------------------------------------------*/

/* CSS */

.button-login:focus:not(:focus-visible) {
  outline: 0;
}

/*BODY PART CSSS*/
/* Main Slider Section Starts */

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

/*-----------------------
     Slider  start
------------------------*/

/*-----------------------
    Swiper Slider  
------------------------*/

[data-gradient-overlay],
[data-teacher-overlay] {
  position: relative;
}

[data-gradient-overlay]:before,
[data-teacher-overlay]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

[data-gradient-overlay] > div,
[data-gradient-overlay] > *,
[data-teacher-overlay] > div,
[data-teacher-overlay] > * {
  position: relative;
  z-index: 2;
}

/* grdent opacity */
[data-gradient-overlay="5"]:before,
[data-teacher-overlay="0.5"]:before {
  opacity: 0.5;
}

/* ctreaye gredent detes  */
[data-gradient-overlay]:before {
  background: linear-gradient(90deg, rgb(24, 24, 24), #192335);
}

[data-teacher-overlay]:before {
  background: linear-gradient(#0044cc 0%, #ffc10785 100%);
}

.sams-slider-animation .inner > * {
  animation-name: fadeOutUp;
  animation-fill-mode: both;
  animation-duration: 1s;
}

.sams-slider-animation .swiper-slide-active .inner > * {
  animation-name: fadeInUp;
}
.sams-slider-animation .swiper-slide-active .inner .section-title {
  animation-delay: 1.2s;
}
.sams-slider-animation .swiper-slide-active .inner .header_discrip {
  animation-delay: 1.9s;
}
.sams-slider-animation .swiper-slide-active .inner .link-btns {
  animation-delay: 2.2s;
}

.sams-swiper-thumb .swiper-slide.swiper-slide-thumb-active::before {
  background: linear-gradient(
    90deg,
    var(--color-secondary),
    var(--thm-primary)
  );
}

.section-title .subtitle {
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  color: var(--thm-menu);
  margin-bottom: 15px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 100px;
  text-transform: uppercase;
  display: inline-block;
  background: var(--thm-primary);
  color: var(--thm-primary);
}
.bg-white-opacity {
  background: var(--white-opacity) !important;
  color: var(--bd-common-white) !important;
}

/*------------------------
    Swiper Thumb  
-------------------------*/

.sams-swiper-thumb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}
.sams-swiper-thumb .swiper-wrapper {
  justify-content: center;
}
.sams-swiper-thumb .swiper-slide {
  display: inline-block;
  line-height: 100%;
  height: 50px;
  width: 50px !important;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  padding: 4px;
  transition: 0.4s;
}
.sams-swiper-thumb .swiper-slide::before {
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  position: absolute;
  background: var(--bd-common-white);
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.sams-swiper-thumb .swiper-slide::after {
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  transition: 0.4s;
}
.sams-swiper-thumb .swiper-slide img {
  object-fit: cover;
  height: 100%;
  border-radius: 100%;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media only screen and (max-width: 1199px) {
  .sams-swiper-thumb {
    bottom: -0px;
  }
}

/* left and right */
.inner.c-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: left;
  margin-left: 50px;
}

.inner.c-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.inner.c-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: right;
  margin-right: 50px;
}

/* slider button */
.inner .link-btns {
  display: flex;
  margin-top: 5px;
}

.btn-first {
  margin: 10px;
  font-weight: 400;
  color: var(--thm-text);
  background-color: var(--thm-primary);
  padding: 10px 30px;
  border: solid var(--thm-secondary) 2px;
  box-shadow: rgb(0, 0, 0) 8px 0px 27px -9px;
  border-radius: 50px;
  transition: 294ms;
  transform: translateY(0);
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
}

.btn-first:hover {
  transition: 294ms;
  padding: 10px 45px;
  transform: translateY(-0px);
  background-color: var(--thm-hover);
  color: var(--thm-text);
  border: solid 2px var(--thm-secondary);
}

a.btn-2nd {
  margin: 10px;
  background-color: var(--thm-primary);
  color: var(--thm-text);
  font-family: Arial;
  font-size: 17px;
  font-style: normal;
  text-decoration: none;
  padding: 12px 12px;
  border: 0px solid var(--thm-secondary);
  border-radius: 11px;
  display: inline-block;
}
a.btn-2nd:hover {
  background-color: var(--thm-hover);
  color: var(--thm-text);
}
a.btn-2nd:active {
  transform: scale(0.95);
}

/*--------------------------------------
    Banner Home 07 && 09 && 13 
------------------------------------------*/
.sams-banner-6 .inner .subtitle {
  font-size: 18px;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 32px;
  color: var(--thm-text);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sams-banner-6 .inner .subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sams-banner-6 .inner .subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .sams-banner-6 .inner .subtitle {
    font-size: 10px;
  }
  
}
.description.center.text {
  display: inline-block;
  color: var(--thm-text);
  font-size: 25px;
  font-weight: 20;
  max-width: 600px;
  padding-top:5px;
}

.sams-banner-6 .inner .title {
  margin-bottom: 5px;
  display: inline-block;
  color: var(--thm-text);
  font-size: 50px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sams-banner-6 .inner .title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .sams-banner-6 .inner .description.center.text{
    
    font-size: 28px;
    font-weight: 500;
    padding-top: 5px;

  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sams-banner-6 .inner .title {
    margin-bottom: 0;
    font-size: 38px;
    font-weight: 500;
  }
  .sams-banner-6 .inner .description.center.text{
    font-size: 22px;
    padding-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .sams-banner-6 .inner .title {
    margin-bottom: 0;
    font-size: 35px;
    font-weight: 500;
    word-wrap: break-word;
    width: 100%;
    overflow: hidden;
  }
  .sams-banner-6 .inner .description.center.text{
    font-size: 20px;
    padding-top: 5px;
  }
}
@media only screen and (max-width: 575px) {
  .sams-banner-6 .inner .title {
    font-size: 42px;
  }
  .sams-banner-6 .inner .description.center.text{
    font-size: 18px;
    max-width: 500px;
    padding-top: 5px;
  }
}
.sams-banner-6 .inner .title span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sams-banner-6.variation-03 {
  display: flex;
  align-items: center;
  padding: 50px 0;
}
@media only screen and (max-width: 1199px) {
  .sams-banner-6.variation-03 {
    height: auto;
    padding: 30px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sams-banner-6.variation-03 .wrapper {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sams-banner-6.variation-03 .wrapper {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .sams-banner-6.variation-03 .wrapper {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 575px) {
  .sams-banner-6.variation-03 .inner .title {
    font-size: 32px;
  }
}

.bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

:root {
  --swiper-navigation-size: 44px;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*---------------------------
    Slick Arrow Styles  
-----------------------------*/
.sams-arrow-between {
  position: relative;
}
.sams-arrow-between .sams-swiper-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: 0.5s;
  opacity: 0;
  width: 58px;
  height: 58px;
  border-radius: 100%;
  color: var(--color-body);
  background-color: var(--bd-common-white);
  z-index: 3;
}
.sams-arrow-between .sams-swiper-arrow .custom-overfolow {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.sams-arrow-between .sams-swiper-arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  margin-top: -9px;
  margin-left: -9px;
  z-index: 1;
}
.sams-arrow-between .sams-swiper-arrow i.sams-icon {
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.sams-arrow-between .sams-swiper-arrow i.sams-icon-top {
  position: absolute;
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translateX(300%);
}
.sams-arrow-between .sams-swiper-arrow::after {
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--bd-common-white);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  z-index: -1;
}
.sams-arrow-between .sams-swiper-arrow:hover {
  background: var(--thm-secondary);
  border-color: var(--thm-secondary);
  color: var(--thm-primary);
}
.sams-arrow-between .sams-swiper-arrow:hover::after {
  transform: scale(1.2);
}
.sams-arrow-between .sams-swiper-arrow:hover i.sams-icon {
  transform: translateX(-300%);
}
.sams-arrow-between .sams-swiper-arrow:hover i.sams-icon-top {
  transform: translateX(0);
}
.sams-arrow-between .sams-swiper-arrow.sams-arrow-left {
  left: 30px;
}
@media only screen and (max-width: 767px) {
  .sams-arrow-between .sams-swiper-arrow.sams-arrow-left {
    left: 20px;
  }
}
.sams-arrow-between .sams-swiper-arrow.sams-arrow-right {
  left: auto;
  right: 30px;
}
.sams-arrow-between .sams-swiper-arrow.sams-arrow-right i.sams-icon-top {
  transform: translateX(-300%);
}
.sams-arrow-between .sams-swiper-arrow.sams-arrow-right:hover i.sams-icon {
  transform: translateX(300%);
}
.sams-arrow-between .sams-swiper-arrow.sams-arrow-right:hover i.sams-icon-top {
  transform: translateX(0);
}
@media only screen and (max-width: 767px) {
  .sams-arrow-between .sams-swiper-arrow.sams-arrow-right {
    left: auto;
    right: 20px;
  }
}
.sams-arrow-between:hover .sams-swiper-arrow {
  opacity: 1;
}
/*-----------------------
     Slider  end
------------------------*/

/*-----------------------
    Start Welcome
------------------------*/

.wel-img .img-in-wel {
  width: 100%;
  height: auto;
}

.style-two.title {
  font-size: 42px;
  line-height: 52px;
  font-weight: 800;
  color: #031a3d;
}

section.welcome-area {
  padding-top: 50px;
  padding-bottom: 100px;
}
section.welcome-area .row {
  background-color: #ffe4c20d;
  border-radius: 5rem;
  padding: 20px;
}

.row .wel-discription-tile {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
}

.main-container .wellcome-title {
  padding-top: 100px;
}

.wel-section-title > * {
  animation-name: fadeUp;
}

.wel-section-title > * {
  opacity: 0;
  animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-duration: 1s;
}
.wel-section-title .subtitle {
  animation-delay: 0.2s;
}
.wel-section-title .main-heading_title {
  animation-delay: 0.8s;
  font-family: cursive;
}
.wel-section-title .description {
  animation-delay: 1s;
}

.wel-section-title.text-center .description {
  padding: 0 20%;
  letter-spacing: -0.5px;
}

.wel-section-title .subtitle {
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  color: var(--thm-menu);
  margin-bottom: 5px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 100px;
  text-transform: uppercase;
  display: inline-block;
  background: var(--thm-primary);
  color: var(--thm-menu) !important;
}
.bg-secondary-opacity {
  background: var(--primary-color-opacity) !important;
  color: var(--color-secondary) !important;
}

.wel-section-title.text-center .description.has-medium-font-size {
  padding: 0 20%;
  letter-spacing: -0.5px;
}
.wel-section-title.text-center .description {
  padding: 0 20%;
  letter-spacing: -0.5px;
}

.sec-title.style-two {
  margin-top: 20px;
}

.wel-img.img-style {
  border-radius: 10rem 0;
  overflow: hidden;
  border: 3px solid var(--primary-color-opacity);
  box-shadow: 23px 23px 18px -5px rgba(0, 0, 0, 0.137),
    -7px -7px 15px 0px rgba(0, 0, 0, 0.1);
}

/* --------------------------
      Features Section Starts
 -----------------------------  */
.features-section {
  background-color: var(--color-background-body-primary);
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  padding-left: 50px;
}

.features-sec {
  margin-top: 10px;
  margin-bottom: 10px;
}
.features-sec .service-box {
  position: relative;
  background: var(--primary-color-opacity);
  border-radius: 20px;
  overflow: hidden;
}
.features-sec .service-box .icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--i);
  transition: 0.5s;

  display: flex;
  justify-content: center;
  align-items: center;

  z-index: 2;
  transform-delay: 0.25s;
}
.features-sec .service-box:hover .icon {
  left: calc(50% - 40px);
  height: 80px;
  width: 80px;
  border-radius: 50px;
  transform-delay: 0s;
}

.features-sec .service-box .icon i {
  font-size: 5em;
  color: #fff;
  transition: 0.5s;
  transform-delay: 0.25s;
}

.features-sec .service-box:hover .icon i {
  font-size: 2em;
  transform-delay: 0s;
}
.features-sec .service-box .content {
  position: relative;
  padding: 10px;
  color: rgb(7, 7, 7);
  text-align: center;
  margin-top: 55px;
  z-index: 1;
  transform: scale(0);
  transition: 0.5s;
  transform-delay: 0s;
}
.features-sec .service-box:hover .content {
  transform: scale(1);
  transform-delay: 0.25s;
}
.features-sec .service-box .content h4 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.features-sec .service-box .content p {
  font-weight: 400;
  line-height: 1.5 cm;
  margin-bottom: 5px;
}

.featcher-button {
  display: flex;
  justify-content: center;
}
.btn-feature {
  width: 120px;
  height: 35px;
  color: #fff;
  background-color: var(--thm-primary);
  border: solid var(--sendery-color-opacity) 2px;
  box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
  border-radius: 50px;
  transition: 236ms;
  transform: translateY(0);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btn-feature:hover {
  width: 150px;
  height: 35px;
  transition: 236ms;
  transform: translateY(-0px);
  background-color: #fff;
  color: var(--thm-primary);
  border: solid 2px var(--sendery-color-opacity);
}

/*======================== 
 Services Section Starts
 ++++++++++++++++++++++++++++++++*/

.bg-color-white {
  background-color: var(--bd-common-white) !important;
}

.sams-section-gap {
  padding: 50px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sams-section-gap {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .sams-section-gap {
    padding: 80px 0;
  }
}
.row--30 {
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--30 {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--30 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--30 > [class*="col"],
.row--30 > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--30 > [class*="col"],
  .row--30 > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 > [class*="col"],
  .row--30 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 > [class*="col"],
  .row--30 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--30 > [class*="col"],
  .row--30 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.sams-counterup {
  background: var(--bd-common-white);
  box-shadow: var(--shadow-2);
  border-radius: 15px;
  text-align: center;
  padding: 30px 30px 50px;
  z-index: 1;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sams-counterup {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sams-counterup {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .sams-counterup {
    padding: 30px 15px;
  }
}

@media only screen and (max-width: 575px) {
  .sams-counterup {
    padding: 25px 15px;
  }
}

.sams-counterup .inner .icon {
  margin: 0 auto;
  margin-bottom: 20px;
  color: var(--thm-primary);
}

.sams-counterup .inner .icon img {
  max-height: 100px;
}
.sams-counterup .inner .content .counter {
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  padding: 0 24px;
  margin-left: -20px;
  margin-bottom: 9px;
}
@media only screen and (max-width: 767px) {
  .sams-counterup .inner .content .counter {
    font-size: 40px;
    line-height: 1;
  }
}
.sams-counterup .inner .content .counter::after {
  position: absolute;
  content: "+";
  right: 0;
  font-size: 42px;
}
.sams-counterup .inner .content .subtitle {
  display: block;
}

.sams-hover-03 {
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
.sams-hover-03:hover {
  transform: translateY(-3px);
}

.mt--60 {
  margin-top: 60px !important;
}
.mt_mobile--40 {
  margin-top: 40px !important;
}

.inner .statistics-imgage {
  border-radius: 0 10rem;
  overflow: hidden;
  border: 3px solid var(--primary-color-opacity);
  box-shadow: 23px 23px 18px -5px rgb(0 0 0 / 14%),
    -7px -7px 15px 0px rgb(0 0 0 / 10%);
}

.section-title.text-start {
  margin-top: 10px;
}
.section-title.text-start .title {
  margin-bottom: -5px;
}
.inner .icon {
  font-size: 50px;
}

.sams-section-gap {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 80px;
}
/*======================= 
Services Section Starts 
======================*/
.section-services {
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: var(--color-background-body-primary);
}

.service-tile-des,
.service-tile-des p {
  padding: 0 20px 10px 20px;
  text-align: center;
}
.service-tile-des h2 {
  margin-bottom: 5px;
}

.service-row {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.def-service .main-service {
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  position: relative;
  margin: 30px 0;
}

.service-col {
  width: 250px;
}

.def-service .main-service .services {
  background: var(--color-main-service);
  padding: 15px;
  border-radius: 15px;
  transition: 0.5s;
}

.def-service .main-service .services .service-icon {
  display: flex;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: -50px auto 0;
  background: var(--color-main-service);
  align-items: center;
  border: solid 7px #fff;
  font-size: 30px;
  transition: 0.5s;
}
.def-service .main-service .services .service-icon i {
  color: var(--thm-primary);
}

.def-service .main-service .services h5 {
  margin-bottom: 5px;
}

/*======================= 
Teacher section 
======================*/


.profile-view h4,
.profile-view h6{
  color: var(--thm-text-title);
}


.profile-view p,
.profile-view .text-secondary{
  color: var(--thm-secondary-text);
}

.main-heading2 {
  color: var(--thm-text-title);
}


.see-more {
  display: inline-block;
  color: var(--bd-common-white);
  font-size: 18.29px;
  font-weight: 500;
  font-family: Poppins, sans-serif;
  background-color: var(--bd-common-white);
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  position: relative;
  border-radius: 30px;
  transition: all 0.2s ease-in-out;
}

.see-more:hover,
.see-more a:hover {
  background-color: var(--thm-primary);
  color: var(--bd-common-white);
}

.teachers-section {
  padding-bottom: 50px;
}
.teachers-sec-title {
  padding-top: 20px;
  color: white;
}
.teachers-section,
.teachers-sec-title p {
  text-align: center;
}
.teachers-sec-title h2 {
  margin-bottom: 5px;
  color: white;
}

.bd-teacher {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.bd-teacher:hover .bd-teacher-content-wrapper {
  transform: translateY(0);
}
.bd-teacher:hover .bd-teacher-thumb::before {
  opacity: 0.3;
}
.bd-teacher-thumb {
  position: relative;
  margin-bottom: 50px;
}
.bd-teacher-thumb img {
  width: 100%;
}
.row .mob-col {
  margin: 20px 0;
}

@media (min-width: 0px) and (max-width: 575px) {
  .row .mob-col {
    margin: 20px 0px;
    max-width: 80%;
    height: auto;
  }
  .row.teacher-single-row {
    display: flex;
    justify-content: center;
    align-self: center;
  }
}

.bd-teacher-thumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-image: -webkit-linear-gradient(
    180deg,
    rgba(255, 87, 123, 0),
    var(--thm-primary) 65%
  );
  background-image: -moz-linear-gradient(
    180deg,
    rgba(255, 87, 123, 0),
    var(--thm-primary) 65%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgba(255, 87, 123, 0),
    var(--thm-primary) 65%
  );
  background-image: -o-linear-gradient(
    180deg,
    rgba(255, 87, 123, 0),
    var(--thm-primary) 65%
  );
  background-image: linear-gradient(
    180deg,
    rgba(255, 87, 123, 0),
    var(--thm-primary) 65%
  );
}
.bd-teacher-thumb img {
  object-fit: cover;
}

.welcom.border-top-g h5 ,
.welcom.border-top-g h6 ,
.welcom.border-top-g h4,
.welcom.border-top-g h3,
.welcom.border-top-g h5 a,
.welcom.border-top-g h6 a,
.welcom.border-top-g h4 a,
.welcom.border-top-g h3 a,
.welcom.border-top-g p a,
.welcom h6,
.welcom h5,
.welcom h4,
.welcom h3,
.welcom h2
{
  color: var(--thm-text-title) !important;
}

.welcom.border-top-g {
  color: var(--thm-secondary-text);
}

.welcom.border-top-g ul li {
  color: var(--thm-secondary-text);
}

.welcom.border-top-g .btn-primary{
  background : var(--thm-primary);
}
.welcom p{
  color: var(--thm-secondary-text);
}
.container.bg-white h4 {
  color: var(--thm-text-title) !important;
}


.news-post-list h5,
.recent-events h4{
  color: var(--thm-text-title);
}

.news-post-list ul li, .news-post-list p {
  color: var(--thm-secondary-text);
}
.news-post-list ul li i{
  color: var(--thm-primary) !important;
}



.bd-teacher-content h5,
.bd-teacher-content p {
  margin: 0;
 
}
.bd-teacher-content h5 {
  color: var(--thm-text-title);
}
.bd-teacher-content p {
  color: var(--thm-secondary-text);
}
.bd-teacher-content {
  border-radius: 24px 24px 0 0;
  background-color: var(--thm-secondary);
  padding: 5px 20px 5px 20px;
}
.bd-teacher-content-wrapper {
  background-image: -webkit-linear-gradient(
    100.88deg,
    #ebfffe 0.6%,
    #f2ffeb 100%
  );
  background-image: -moz-linear-gradient(100.88deg, #ebfffe 0.6%, #f2ffeb 100%);
  background-image: -ms-linear-gradient(100.88deg, #ebfffe 0.6%, #fff6eb 100%);
  background-image: -o-linear-gradient(100.88deg, #ebfffe 0.6%, #f2ffeb 100%);
  background-image: linear-gradient(100.88deg, #ebfffe 0.6%, #f2ffeb 100%);
  border-radius: 24px 24px 0 0;
  text-align: center;
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(40px);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.bd-teacher-title {
  margin-bottom: 0;
}

.bd-teacher-title a:hover {
  color: black;
}

.bd-teacher-des {
  font-size: 16px;
  line-height: 26px;
  color: blueviolet;
  display: inline-block;
  margin-bottom: 4px;
}
.bd-teacher-social {
  background-color: var(--thm-primary);
}

.list-ul {
  display: inline-flex;
  list-style-type: none;
  gap: 20px;
  margin-bottom: 0;
}

.list-li {
  margin: 0;
}

.list-li a {
  margin: 0;
  padding: 6px 0;
  color: white;
  display: inline-block;
}

.list-li:hover a {
  color: var(--sendery-color-opacity);
}

/*======================= 
testominal ssection 
======================*/
.testimonial-ara {
  margin-top: 50px;
  margin-bottom: 50px;
}
.testimonial-section-title h2 {
  margin: 0;
}
.testimonial-section-title {
  margin-bottom: 30px;
}
.theme-bg-6 {
  background-color: var(--thm-secondary);
  border: 2px solid var(--thm-primary);
}

.bd-section-title {
  position: relative;
  top: -18px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bd-section-title {
    font-size: 55px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-section-title {
    font-size: 45px;
    top: -13px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-section-title {
    font-size: 40px;
    top: -13px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-section-title {
    font-size: 45px;
    top: -13px;
  }
}

@media (max-width: 575px) {
  .bd-section-title {
    font-size: 30px;
    top: -10px;
    padding-bottom: 5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .bd-section-title-wrapper p br {
    display: none;
  }
}

.testimonial-section-title {
}

.bd-testimonial-2 {
  padding: 30px;
  border-radius: 24px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin: 10px;
}

@media (max-width: 575px) {
  .bd-testimonial-2 {
    padding: 30 20px;
  }
}

.bd-testimonial-rating a {
  color: #4caf50;
}

.bd-testimonial-rating a:hover {
  color: #4caf50;
}

.bd-testimonial-avatar {
  gap: 10px;
  position: relative;
}

.testimonials-name h6 {
  margin: 0;
}
.bd-testimonial-avatar-thumb {
  height: 68px;
  width: 68px;
}

.bd-testimonial-avatar-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.bd-testimonial-quote {
  position: absolute;
  inset-inline-end: 0;
  top: 50%;
  transform: translateY(-50%);
}

.bd-testimonial-quote i {
  color: white;
  font-size: 64px;
}

.bd-testimonial-quote.clr-2 i {
  color: var(--thm-primary);
}

@media (max-width: 575px) {
  .bd-testimonial-2 {
    padding: 30 20px;
  }
  .bd-testimonial-quote.clr-2 i {
    font-size: 50px;
  }

  .bd-testimonial-quote {
    transform: translateY(-30%);
  }
}

@media (max-width: 475px) {
  .bd-testimonial-quote.clr-2 i {
    font-size: 40px;
  }

  .bd-testimonial-quote {
    transform: translateY(-30%);
  }
}

@media (max-width: 430px) {
  .bd-testimonial-quote.clr-2 i {
    font-size: 30px;
  }
  .bd-testimonial-quote {
    transform: translateY(-30%);
  }
}

/*======================= 
action ssection 
======================*/

.action-area {
  margin: 50px 0 !important;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.15),
    rgba(251, 199, 226, 0.15),
    rgba(220, 217, 254, 0.15)
  );
}
.newsletter-form-1 {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  z-index: 1;
  margin-right: 0 !important;
  display: flex !important;
  justify-content: center;
}
.newsletter-form-1 input {
  background: var(--bd-common-white);
  border: 0 none;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  padding-right: 172px;
  outline: none;
}
.align-items-center {
  margin: 0 10px;
}

/*Button One*/
/* CSS */
.button-cal {
  align-items: center;
  background-clip: padding-box;
  background-color: #fa6400;
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 30px;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-cal:hover,
.button-cal:focus {
  background-color: #fb8332;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-cal:hover {
  transform: translateY(-1px);
}

.button-cal:active {
  background-color: #c85000;
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  transform: translateY(0);
}

/* ============
footer section =
================*/

.play_store {
  width: 120px !important;
  padding-left: 10px;
}
.play_store img {
  width: 120px !important;
}
.play_store h6 {
  color: var(--thm-primary);
  font-size: 15px !important;
}

.footer-top-bar {
  background-color: var(--primary-color-opacity);
  margin-bottom: 50px;
  padding: 0 10px;
  border-radius: 10px;
  box-shadow: var(--shadow-2);
  border: solid 2px var(--sendery-color-opacity);
}

.select2-container--default .select2-selection--single {
  border-color: #ced4da !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 5px !important;
}

.select2-container .select2-selection,
.select2-selection__rendered,
.select2-selection__arrow {
  /* border-radius: 0 !important; */
  height: 40px !important;
  line-height: 30px !important;
  font-size: 15px;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
span.select2-selection.select2-selection--single {
  outline: none;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 10px;
}

.footer-select .select2-container--default .select2-selection--single {
  background-color: #2f2f2f !important;
  border: 1px solid #525252 !important;
  border-radius: 0 !important;
}

.footer-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--thm-primary) !important;
}

/**
 * Basic styles
 */
ul {
  margin: 0;
  padding: 0;
}

:focus {
  outline: none;
}

:disabled {
  background-color: transparent;
}

/**
 * Multiple Select2
 */
.select2-container--material {
  width: 100% !important;
  /**
   * Textbox
   */
  /**
   * Dropdown
   */
  /**
   * Options
   */
  /**
   * Focused textbox
   */
  /**
   * Disabled textbox
   */
}

.select2-container--material ::-moz-placeholder {
  color: inherit;
}

.select2-container--material :-ms-input-placeholder {
  color: inherit;
}

.select2-container--material ::placeholder {
  color: inherit;
}

.select2-container--material .select2-selection {
  /* @extend input */
  overflow: visible;
  font: inherit;
  touch-action: manipulation;
  margin: 0;
  line-height: inherit;
  border-radius: 10px;
  box-sizing: inherit;
  /* @extend .form-control */
  display: block;
  width: 100%;
  color: #55595c;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0.5rem 0 0.6rem;
  font-size: 1rem;
  line-height: 1.5;
  background-color: white;
  background-image: none;
  border-radius: 10px;
  margin-top: 0.2rem;
  margin-bottom: 1rem;
  /* @extend input[type=text] */
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 10px;
  outline: 0;
  width: 100%;
  font-size: 1rem;
  box-shadow: none;
  transition: all 0.3s;
  min-height: 2.1rem;
}

.select2-container--material .select2-selection .select2-selection__rendered {
  padding-left: 0;
}

.select2-container--material
  .select2-selection--single
  .select2-selection__rendered {
  float: left;
}

.select2-container--material
  .select2-selection--single
  .select2-selection__arrow {
  float: right;
}

.select2-container--material .select2-selection--multiple {
  /**
   * Multiple selected options
   */
  /**
   * Multiple selected option clear button
   */
}

.select2-container--material
  .select2-selection--multiple
  .select2-selection__rendered {
  width: 100%;
}

.select2-container--material
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}

.select2-container--material
  .select2-selection--multiple
  .select2-selection__choice {
  /* @extend .mdl-chip */
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: 16px;
  background-color: #dedede;
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  margin: 2px 0;
  font-size: 0;
  white-space: nowrap;
  /* @extend .mdl-chip__text */
  font-size: 13px;
  vertical-align: middle;
  display: inline-block;
  float: left;
  margin-right: 8px;
  margin-bottom: 4px;
}

.select2-container--material
  .select2-selection--multiple
  .select2-selection__choice__remove {
  /* Hide default content */
  font-size: 0;
  opacity: 0.38;
  cursor: pointer;
  float: right;
  margin-top: 4px;
  margin-right: -6px;
  margin-left: 6px;
  transition: opacity;
}

.select2-container--material
  .select2-selection--multiple
  .select2-selection__choice__remove::before {
  content: "cancel";
  /* @extend .material-icons */
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  color: #000;
}

.select2-container--material
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  opacity: 0.54;
}

.select2-container--material .select2-search--inline .select2-search__field {
  width: 100%;
  margin-top: 0;
  /* Match input[type=text] */
  height: 34px;
  line-height: 1;
}

.select2-container--material .select2-dropdown {
  border: 0;
}

.select2-container--material .select2-dropdown .select2-search__field {
  min-height: 2.1rem;
  margin-bottom: 16px;
  border: 0;
  border-bottom: 1px solid #ccc;
  transition: all 0.3s;
}

.select2-container--material .select2-dropdown .select2-search__field:focus {
  border-bottom: 1px solid var(--thm-primary);
  box-shadow: 0 1px 0 0 var(--thm-primary);
}

.select2-container--material .select2-results__options {
  /* @extend .zf-shadow-depth* */
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  /* @extend .dropdown-content */
  background-color: #fff;
  margin: 0;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  z-index: 999;
  will-change: width, height;
  /* @extend .dropdown-content inline styles */
}

.select2-container--material .select2-results__option {
  /* @extend .dropdown-content li */
  cursor: pointer;
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.5rem;
  text-align: left;
  text-transform: none;
  /* @extend .dropdown-content li>a, .dropdown-content li>span */
  font-size: 1.2rem;
  display: block;
  padding: 1rem;
  /**
   * Disabled options
   */
  /**
   * Selected option
   */
  /**
   * Active/hovered option
   */
}

.select2-container--material .select2-results__option[aria-disabled="true"] {
  /* @extend .select-dropdown li.disabled */
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent !important;
  cursor: context-menu;
  /* @extend .disabled */
  cursor: not-allowed;
}

.select2-container--material .select2-results__option[aria-selected="true"] {
  /* @extend .dropdown-content li:active, .dropdow-content li:hover */
  color: var(--thm-primary);
  background-color: #eee;
}

.select2-container--material
  .select2-results__option--highlighted[aria-selected] {
  background-color: #ddd;
}

.select2-container--material.select2-container--focus .select2-selection {
  /* @extend input[type=text]:focus */
  border-bottom: 1px solid var(--thm-primary);
  box-shadow: 0 1px 0 0 var(--thm-primary);
}

.select2-container--material.select2-container--disabled .select2-selection {
  /* @extend .select-wrapper input.select-dropdown:disabled */
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.select2-container--material.select2-container--disabled.select2-container--focus
  .select2-selection {
  box-shadow: none;
}

.footer-section {
  background: var(--thm-footer-bg);
  position: relative;
  transition: 1s;
}
.footer-cta {
  border-bottom: 2px solid var(--thm-primary);
}
.single-cta i {
  color: var(--thm-primary);
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: var(--thm-footer-text);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: var(--thm-primary);
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
  max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color:  var(--thm-footer-text);
  line-height: 28px;
}
.footer-social-icon span {
  color: var(--bd-common-white);
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: var(--bd-common-white);
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.footer-widget-heading h3 {
  color: var(--thm-footer-text);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: var(--thm-primary);
}
.footer-widget ul li {
  float: left;
  width: 50%;
  margin: 0;
  margin-top: 5px;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: var(--thm-primary);
  padding: 13px 20px;
  border: 1px solid var(--thm-primary);
  top: 0;
}
.copyright-area {
  background: var(--thm-copyright-bg);
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: var(--thm-copyright-text);
}
.copyright-text p a {
  color: var(--thm-primary);
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li a {
  font-size: 14px;
  color: var(--thm-copyright-text);
}

.list-remove {
  padding-left: 0;
  list-style: none;
}

.ft-link {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: var(--bd-common-white);
}

.a-links:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  border-radius: 15px;
  background-color: var(--thm-primary);
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s;
}
.a-links:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  right: 0;
  border-radius: 15px;
  background-color: var(--thm-primary);
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}
.a-links:hover:before {
  transform-origin: top right;
  transform: scaleX(1);
}
.a-links:hover:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}

.social_icon {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px !important;
  margin-bottom: 10px;
  align-content: center;
  justify-content: center;
}
.social_icon li {
  margin: 5px;
}
.social_icon li a {
  width: 40px;
  background-color: var(--color-gray-light);
  height: 40px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  transition: 0.3s;
  color: var(--bd-common-white);
  z-index: 2;
  position: relative;
}
.social_icon li a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--thm-primary);
  transform: scale(0.5);
  opacity: 0;
  transition: 0.3s;
  border-radius: 100%;
}
.social_icon li a:hover {
  color: var(--bd-common-white);
}
.social_icon li a:hover::after {
  transform: scale(1);
  opacity: 1;
}
.social_icon li a i {
  vertical-align: middle;
}
.copyright-text p span {
  color: var(--thm-primary);
}

.footer-widget ul.list-remove li a {
  color: var(--thm-footer-text);
  text-transform: capitalize;
}
.footer-widget ul.list-remove li a:hover {
  color: var(--thm-primary);
}

/* foltingbutton */
@-webkit-keyframes mdp-float-aura {
  from {
    box-shadow: 0 0 0 -1px var(--hmp-color-75), 0 0 0 -1px var(--hmp-color-50),
      0 0 0 -1px var(--hmp-color-25);
  }

  to {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0),
      0 0 0 30px rgba(255, 255, 255, 0), 0 0 0 45px rgba(255, 255, 255, 0);
  }
}

@keyframes mdp-float-aura {
  from {
    box-shadow: 0 0 0 -1px var(--hmp-color-75), 0 0 0 -1px var(--hmp-color-50),
      0 0 0 -1px var(--hmp-color-25);
  }

  to {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0),
      0 0 0 30px rgba(255, 255, 255, 0), 0 0 0 45px rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes mdp-float-init {
  0% {
    opacity: 0;
    transform: scale(0.25);
  }

  50% {
    opacity: 0;
  }

  80% {
    transform: scale(1);
    opacity: 1;
  }

  90% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes mdp-float-init {
  0% {
    opacity: 0;
    transform: scale(0.25);
  }

  50% {
    opacity: 0;
  }

  80% {
    transform: scale(1);
    opacity: 1;
  }

  90% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.mdp-float {
  --hmp-color: rgba(0, 151, 0);
  --hmp-color-75: rgba(0, 151, 0, 0.75);
  --hmp-color-50: rgba(0, 151, 0, 0.5);
  --hmp-color-25: rgba(0, 151, 0, 0.25);
  --hmp-color-5: rgba(0, 151, 0, 0.05);
  position: absolute;
  z-index: 999999;
  border-radius: 50%;
  top: 3em;
  right: 3em;
  width: 3em;
  height: 3em;
  transition: 0.75s;
  transition-timing-function: ease-out;
}

.mdp-float:hover {
  -webkit-animation: mdp-float-aura infinite;
  animation: mdp-float-aura infinite;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.mdp-float.mdp-float-inertia {
  transition: 0.25s;
}

.mdp-float.mdp-float-slow {
  transition-delay: 0.5s;
  transition: 5s;
}

.mdp-float.mdp-float-init {
  -webkit-animation: mdp-float-init 1s;
  animation: mdp-float-init 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.mdp-float-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  text-shadow: 1px 0 0 var(--thm-primary);
  background-image: linear-gradient(
    210deg,
    var(--hmp-color-5) 0,
    var(--hmp-color-25) 100%
  );
  background-color: #fff;
  transition: 0.25s;
  box-shadow: 0 7px 13px -3px var(--thm-primary),
    0 2px 4px 0 var(--thm-primary), inset 0 0 0 0 var(--thm-primary);
  position: relative;
}

.mdp-float-btn:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--thm-primary);
  border-radius: 50%;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}

.mdp-float-btn i {
  color: var(--thm-primary);
  font-size: x-large;
  z-index: 2;
  transition: 0.5s;
}

.mdp-float-btn:focus {
  outline: 0;
}

.mdp-float-btn:hover {
  transition: 0.25s;
  transition-delay: 125ms;
  box-shadow: 0 7px 26px -3px var(--thm-hover),
    0 2px 8px 0 var(--thm-hover);
  border: none;
}

.mdp-float-btn:hover:before {
  transform: scale(1);
}

.mdp-float-btn:hover i {
  transform: scale(1.5);
  color: #fff;
}

.mdp-float-btn:active {
  transform: scale(0.75);
}

@media (max-width: 720px) {
  .mdp-float {
    top: 1.5em;
    right: 1.5em;
  }
}

/* start whatsapp */

.mdp-float .whatsapp-button {
  display: flex;
  align-items: center;
  width: 50px;
  height: 50px;
  color: #fff;
  background: var(--thm-hover);
  border-radius: 100%;

  cursor: pointer;
  transition: ease transform 300ms;
  overflow: hidden;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.3);
}

.mdp-float .whatsapp-button i {
  font-size: 30px;
}

.mdp-float .popup-content {
  position: absolute;
  bottom: 100%;
  margin: 0;
  padding: 0;
  width: calc(100vw - 60px);
  max-width: 320px;
  margin: 0 0 15px 0 !important;
  margin-bottom: 6px;
  background: #ffffff;
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
  opacity: 0;
  visibility: hidden;
  transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s,
    margin ease-in-out 0.3s;
  right: 0;
}

.mdp-float .popup-content:after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  right: 22px;
}

.mdp-float.open .popup-content {
  opacity: 1;
  visibility: visible;
  margin-bottom: 25px !important;
  transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s,
    margin ease-in-out 0.3s;
}

.mdp-float .popup-content-header {
  padding: 15px;
  background: #03cc0b;
  border-radius: 10px 10px 0 0;
}

.mdp-float .popup-content-header i {
  font-size: 40px;
  color: #fff;
  float: left;
}

.mdp-float .popup-content-header h5 {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 0 50px;
  padding: 0;
}

.mdp-float .popup-content-header h5 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin: 5px 0 0 0;
}

.mdp-float .whatsapp-content ul {
  list-style-type: none;
  padding: 14px;
  max-height: 327px;
  overflow-y: auto;
}

.mdp-float .whatsapp-content ul li {
  line-height: 18px;
  background: #fafafc;
  padding: 15px 10px;
  position: relative;
  list-style-type: none;
  margin: 0;
  border-radius: 6px;
}

.mdp-float .whatsapp-text {
  padding-left: 10px;
  font-weight: 600 !important;
  display: block;
  position: relative;
  margin-left: 0;
}

.mdp-float .whatsapp-label {
  font-size: 12px;
  display: block;
  font-weight: 400;
  color: #bababa !important;
  overflow: hidden;
}

.mdp-float li.online span.whatsapp-text span.whatsapp-label span.status {
  color: #03cc0b;
}

.mdp-float .content-footer {
  background: #ddd;
  position: relative;
  z-index: 2;
  box-shadow: 0 -20px 20px rgb(82 99 158 / 3%);
  border-radius: 0 0 10px 10px;
  text-align: center;
  padding: 0;
}

.mdp-float .content-footer p {
  font-size: 12px;
  line-height: 14px;
  padding: 15px;
  margin: 0;
}

.mdp-float ul li:not(:first-child) {
  margin-top: 8px;
}

.mdp-float a {
  text-decoration: none;
}

.mdp-float .whatsapp-agent {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.mdp-float .whatsapp-content .whatsapp-avatar {
  border-radius: 25px;
  border: solid 2px #03cc0b;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
}

.mdp-float .whatsapp-img {
  float: left;
  width: 45px;
  height: 45px;
  position: relative;
}

.mdp-float .whatsapp-img:after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  background: #03cc0b;
  top: 2px;
  margin-right: -44px;
  right: 100%;
  border-radius: 10px;
  border: solid 1px #ffffff;
}

.mdp-float .offline .whatsapp-img:after {
  background: #bababa;
}

.mdp-float .whatsapp-content .offline .whatsapp-avatar {
  border-color: #bababa;
}

.mdp-float li.offline {
  pointer-events: none;
  filter: saturate(0);
  -ms-filter: saturate(0);
  -webkit-filter: saturate(0);
  opacity: 0.7;
}

.mdp-float .i-open,
.mdp-float .i-close {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease transform 300ms, ease opacity 300ms;
}

.mdp-float.open .i-open,
.mdp-float.open .i-close {
  transform: translate3d(-100%, 0, 0);
}

.mdp-float.open .i-open {
  opacity: 0;
}

.mdp-float:not(.open) .i-close {
  opacity: 0;
}

/*============================
 glover page header section dsign
 ================================= */

.glov-head-main-ban {
  padding: 150px 0 70px 0 !important;
  background-size: cover !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .glov-head-main-ban {
    padding: 150px 0 30px 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .glov-head-main-ban {
    padding: 140px 0 30px 0 !important;
  }
}
.page-location {
  align-content: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-location li {
  display: inline-block;
  font-size: 20px;
  color: var(--thm-secondary-text);
  margin: 0;
}
.page-location li a {
  color: var(--thm-secondary-text);
  transition: 0.5s;
}
.page-location li a {
  color: var(--thm-secondary-text);
  transition: 0.5s;
}

.inear-title-page h2 {
  margin-bottom: 5px;
  font-size: 50px;
}

/*============================
teacher filter dsign
 ================================= */
.teacher-filter-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
.filter-tech .catagory-buttons a {
  color: var(--thm-secondary-text);
}

.filter-tech .catagory-buttons {
  background: transparent;
  font-size: 25px;
  font-weight: 800;
  outline: none;
  color: #505050;
  cursor: pointer;
  font-family: inherit;
  writing-mode: horizontal-tb !important;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  position: relative;
  text-decoration: none;
}
.filter-tech .catagory-buttons + .catagory-buttons {
  margin-left: 20px;
}
.filter-tech .catagory-buttons.active a {
  color: var(--thm-primary);
}
.filter-tech .catagory-buttons.active::after {
  content: "";
  position: absolute;
  background-color: var(--thm-primary);

  height: 5px;
  width: 50%;
  border-radius: 10px;
  left: 0;
  margin-left: 10px;
  transition: 0.3s;
}

.filter-tech .catagory-buttons::after {
  content: "";
  position: absolute;
  background-color: var(--thm-primary);
  height: 5px;
  width: 0%;
  border-radius: 10px;
  left: 0;
  margin-left: 10px;
  transition: 0.3s;
}

.filter-tech .catagory-buttons:hover::after,
.filter-tech .catagory-buttons a:hover {
  width: 50%;
  color: var(--thm-primary);
}

.filter-tech {
  border-bottom: solid #00000083 2px;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

/* ==================
   event section
==============  */

.evens-or-notise {
  margin-top: 100px;
  margin-bottom: 100px;
}
.evens-or-notise .container {
  margin-top: 50px;
}
.event-detele {
  padding: 20px;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.even-title li,
.even-title ul,
.even-title ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.even-title .event-start-end {
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin: 0 10px;
  padding: 5px;
}
.even-title ul li {
  color: var(--thm-primary);
}
.even-title h5 {
  margin-bottom: 5px;
}
.even-title li {
  left: 0;
  margin: 5px;
}
.event-text p {
  margin: 15px;
}
.event-text .event-button a {
  padding: 6px;
  border: solid 2px var(--thm-secondary);
  color: var(--thm-primary);
  border-radius: 20px;
}
.row .no-data-errer {
  padding: 10px;
  font-size: 20px;
  background: #4caf5045;
  color: #000;
  border-radius: 20px;
  margin-right: 20px;
}

/* ==================
   notice view section
==============  */
.notice-section {
  margin: 100px 0;
}
.reset-notise-sec {
  margin: 10px 0;
}
.noitice-view-deteales ul,
.noitice-view-deteales ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.noitice-view-deteales {
  margin: 10px 0;
}
.noitice-view-deteales .noitice-view-times {
  display: flex;
  justify-items: center;
  justify-content: flex-end;
  margin-right: 5px;
}

.noitice-view-times .noitice-view-times-date {
  margin-right: 20px;
}
.noitice-view-times-date i {
  margin: 0 5px;
}

.reset-notise-sec .image-tile {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  font-size: 20px;
}
.image-tile img {
  height: 50%;
  width: 50%;
}
.resent-date-title {
  margin: 0 10px;
}
.resent-date-title li {
  list-style: none;
  font-size: 15px;
  font-weight: bold;
}
.resent-date-title h5 {
  font-size: 15px;
  margin: 0;
}

/* ========================
===about us page
==================  */
.about-us-wellcome {
  margin: 50px 0;
}
.about-us-wellcome img {
  height: auto;
  width: 100% !important;
}
.about-us-detales {
}
.about-us-spacech {
  overflow: hidden;
  border-radius: 5px;
  padding: 100px 30px;
}
.about-us-spacech img {
  height: auto;
  width: 100% !important;
}
.background-coloer-b {
  background: var(--thm-primary-off);
}

#see-more-btn2,
#see-more-btn {
  background: none;
  border: 0;
}
.aboput-us-image-section img {
  max-width: 100%;
}
.about-us-section-title span {
  margin-bottom: 15px;
}
.about-us-wellcome .about-us-section-title .about-us-titles {
  color: var(--thm-text-title);
  font-size: 25px;
  background: var(--thm-secondary);
  border-radius: 20px;
  padding: 10px;
  font-weight: 700;
}



.about-us-wellcome .about-us-section-title .about-us-subtitle {
  line-height: 1;
  margin: 20px 0;
  color: var(--thm-text-title);
}

.about-us-detales .wow {
  color: var(--thm-secondary-text);
}
.about-us-feature-icon {
  background-color: var(--i);
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
  color: #fff;
  margin: 0 auto 0;
  font-size: 50px;
  transition: 0.5s;
}
.about-us-feathure-titles h4 {
  margin: 0;
}
.about-us-feathure-titles {
  padding: 10px;
  border: solid 2px #e84b3a;
  border-radius: 20px;
  margin-top: 10px;
  backdrop-filter: blur(5px);
}
.about-us-feature-section h2,
.about-us-feature-section h3 {
  color: #fff;
}
.freature-broder {
  border: solid 2px #e84b3a;
  border-radius: 20px;
}
.about-us-feathure-titles,
.about-us-feathure-titles h4 {
  color: #ffff;
}
.about-tec-margin-top {
  margin: 50px 10px;
}
.about-us-techer-tile {
  margin-right: 20px;
}
.about-us-section-tec {
  margin: 100px 0;
}

.mr-0 {
  margin: 0;
}
.mb-50 {
  margin-bottom: 50px;
}

.content-2nd-part {
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  text-align: end;
}
.content-2nd-part .desc {
  font-weight: 400;
  line-height: 20px;
  display: inline;
  position: relative;
  margin: 20px;
}

.content-2nd-part .desc {
  font-size: 22px;
}

.content-2nd-part .desc:before {
  transform: rotateY(180deg);
  position: absolute;
  left: -20px;
  top: -25px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10e";
  font-size: 30px;
}
.content-2nd-part .desc:after {
  position: relative;
  bottom: -20px;
  right: -8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10e";
  font-size: 30px;
}

.content-part {
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.content-part .desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  display: inline;
  position: relative;
  margin: 20px;
}

.content-part .desc:before {
  transform: rotateY(180deg);
  position: absolute;
  left: -30px;
  top: -13px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10e";
  font-size: 30px;
}
.content-part .desc:after {
  position: relative;
  bottom: -20px;
  right: -8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10e";
  font-size: 30px;
}

.info.rows {
  display: flex;
  align-items: center;
}
.info .teacher-icon {
  display: flex;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  /* margin: -50px auto 0; */
  background: rgb(239, 240, 253);
  align-items: center;
  border: solid 7px #fff;
  font-size: 30px;
  transition: 0.5s;
  margin-right: 10px;
}

/* =================
admit card==
===================== */
.card-section {
  margin: 50px auto;
}
.admit-card-from {
  background: #4caf5045;
  padding: 40px;
  border: solid 2px var(--thm-primary);
  border-radius: 20px;
}
.required {
  display: inline-block;
  color: #d2322d;
  font-size: 1.4em;
  font-weight: bold;
  position: relative;
  line-height: 15px;
  top: 0.2em;
}

span.error {
  color: #f95252;
  font-size: 20px;
  font-weight: 500;
}

.pr-box {
  padding: 30px;
  border: 2px solid #cdcdcd;
}

.card-from {
  margin-top: 30px;
}

.card-from .form-group {
  margin-bottom: 20px;
}

.card-from label {
  margin-bottom: 5px;
  color: #3c3c3c;
  font-weight: normal;
  font-size: 15px;
}

.card-from input.form-control {
  padding: 7px 14px;
  line-height: normal;
  height: 40px;
  border-color: #d4d6d7;
  font-size: inherit;
}

.card-from textarea.form-control {
  padding: 15px;
}

.card-from .checkbox input[type="checkbox"] {
  margin-top: 6px;
}

.card-from .checkbox em {
  margin-left: 5px;
}

.card-from .card-submit-btn {
  margin-top: 10px;
  padding: 6px 30px;
  font-size: 18px;
  border: solid 2px var(--color-border-dark);
  border-radius: 10px;
  text-transform: uppercase;
  background: var(--bd-common-white);
}

.card-from .card-submit-btn :hover {
  background: var(--thm-primary) !important;
  color: var(--thm-menu) !important;
}

/* ====================
certificatio from
=============================== */
.certi-card-from {
  background: #4caf5045;
  padding: 40px;
  border: solid 2px var(--thm-primary);
  border-radius: 20px;
}

/* ====================
CNTECT-US
=============================== */

.row .address-item {
  padding: 50px 40px 50px 40px;
  background: #4caf5045;
  box-shadow: 0 0 30px #fff;
  text-align: center;
  border-radius: 25px;
}
.icon-part i {
  font-size: 65px;
  color: var(--thm-primary);
}
.form-group {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  display: block;
}

.contect-from-part {
  padding: 30px;
  position: relative;
  z-index: 1;
  max-width: 490px;
  z-index: 2;
  background: var(--bd-common-white);
  box-shadow: var(--shadow-1);
  border-radius: var(--radius);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contect-from-part {
    padding: 30px 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contect-from-part {
    max-width: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .contect-from-part {
    padding: 30px 20px;
    padding-left: 20px;
    max-width: inherit;
  }
}
.form-group {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  display: block;
}
.form-group label {
  position: absolute;
  left: 0;
  width: 100%;
  top: 9px;
  color: var(--color-body);
  transition: 0.3s;
  z-index: -1;
  letter-spacing: 0.5px;
  font-size: 18px;
  line-height: 28px;
  border: 0;
}
.form-group input,
.form-group textarea {
  border: 4px;
  border-bottom: 2px solid var(--color-border);
  background-color: transparent;
  padding-bottom: 8px;
  padding-top: 20px;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.form-group input[type="submit"] {
  border: 2px solid var(--thm-menu);
  background: #ffffff;
  color: var(--thm-menu);
  font-size: 16px;
  font-weight: 700;
  height: 46px;
  line-height: 44px;
  padding: 0;
  text-transform: capitalize;
}
.form-group input[type="submit"]:hover {
  background: var(--thm-menu);
  color: #ffffff;
}
.form-group textarea {
  border: 0;
  padding-bottom: 8px;
  padding-top: 8px;
  border-bottom: 2px solid var(--color-border);
  background-color: transparent;
  /* resize: none; */
  /* min-height: 50px; */
}
.form-group span.focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--thm-primary);
  transition: 0.4s;
  border: none;
}
.form-group.focused label {
  top: -10px;
  font-size: 12px;
  color: var(--thm-primary);
  transition: 0.3s;
}
.form-group.focused span.focus-border {
  width: 100%;
  transition: 0.4s;
}
input:focus,
textarea:focus {
  outline: none;
}
.contect-button {
  padding: 5px 15px;
  background: var(--thm-primary);
  border: 0;
  border-radius: 10px;
  font-size: 30px;
  color: white;
  font-variant-caps: all-petite-caps;
}

/*===========================
   gallery section
   ============================== */

@import url(https://fonts.googleapis.com/css?family=Playfair+Display);
@import url(https://fonts.googleapis.com/css?family=Fauna+One);
.snip1482 {
  font-family: "Fauna One", Arial, sans-serif;
  position: relative;
  margin: 10px auto;
  min-width: 230px;
  max-width: 350px;
  min-height: 234px;
  height: 100%;
  width: 100%;
  color: var(--thm-menu);
  text-align: right;
  line-height: 1.4em;
  background-color: #33a03745;
  font-size: 16px;
  border-radius: 20px;
}
.snip1482 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1482 img {
  position: absolute;
  right: 0%;
  top: 50%;
  opacity: 1;
  width: 100%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.snip1482 figcaption {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px 0 20px 20px;
}
.snip1482 h2,
.snip1482 p {
  margin: 0;
  width: 100%;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
}
.snip1482 h2 {
  font-family: "Playfair Display", Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: large;
  color: var(--thm-menu);
}
.snip1482 h5 {
  margin-bottom: 5px;
  font-size: small;
  color: var(--thm-menu);
}
.snip1482 p {
  font-size: 15px;
  font-weight: 500 !important;
}
.snip1482 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1482:hover img,
.snip1482.hover img {
  width: 55%;
  right: -10%;
}
.snip1482:hover figcaption h2,
.snip1482.hover figcaption h2,
.snip1482:hover figcaption p,
.snip1482.hover figcaption p {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

/*========================
   gallary vviw part
   ========================= */
.gralary-image-view {
  position: relative;
  overflow: hidden;
  margin: 10px;
  background: var(--thm-primary);
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
.gralary-image-view * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.gralary-image-view img {
  max-width: 100%;
  height: auto;
}
.gralary-image-view i {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  font-size: 34px;
  color: var(--thm-menu);
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  box-shadow: var(--shadow-1);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.gralary-image-view a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.gralary-image-view:hover img,
.gralary-image-view.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.gralary-image-view:hover i,
.gralary-image-view.hover i {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.blueimp-gallery {
  backdrop-filter: blur(5px);
}
.blueimp-gallery > .indicator > li {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 6px 3px 0 3px;
  border-radius: 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid transparent;
  background: #ccc;
  background: rgba(255, 255, 255, 0.25) center no-repeat;
  box-shadow: 0 0 2px #000;
  opacity: 0.5;
  cursor: pointer;
}
.blueimp-gallery > .indicator {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.blueimp-gallery .next,
.blueimp-gallery .prev {
  display: flex;
  color: #fff;
  background: none;
  color: azure;
  font-size: 55px;
  align-content: center;
  justify-content: center;
  border: none;
  margin: 0 20px;
}
.blueimp-gallery .next i,
.blueimp-gallery .prev i {
  color: #fff;
  margin: 4px auto;
}

/*=======================
   faq section=======
   ============================  */

.bd-faq .accordion-item {
  /* border: 1px solid var(--bd-grey-1); */
  margin-bottom: 25px;
  border-radius: 16px;
}

.bd-faq .accordion-item:first-of-type .accordion-button {
  border-radius: 16px;
}

.bd-faq .accordion-item:last-of-type {
  margin-bottom: 0;
}

.bd-faq .accordion-item:last-of-type .accordion-button.collapsed {
  border-width: 1px;
  border-radius: 16px;
}

.bd-faq .accordion-button {
  border-radius: 16px;
  padding: 15px 25px;
  height: 72px;
  font-size: 16px;
  font-weight: var(--bd-fw-medium);
  color: var(--bd-common-black);
  text-transform: uppercase;
  padding-inline-end: 8px;
  justify-content: space-between;
  text-align: left;
  background: var(--bd-common-white);
  text-transform: capitalize;
  position: relative;
  padding-inline-end: 60px;
}

.bd-faq .accordion-button::after {
  background-image: none;
  font-family: "Font Awesome 5 Free";
  content: "\2b";
  font-size: 14px;
  font-weight: 800;
  height: 28px;
  width: 28px;
  border: 1px solid var(--bd-common-black);
  line-height: 26px;
  border-radius: 50%;
  margin-inline-start: 0;
  margin-inline-end: 18px;
  text-align: center;
  color: var(--bd-common-black);
  position: absolute;
  inset-inline-end: 0;
  top: 50%;
  transform: translateY(-50%);
}

.bd-faq .accordion-button:not(.collapsed) {
  background-color: var(--thm-primary);
  color: var(--bd-common-white);
  box-shadow: none;
}

.bd-faq .accordion-button:not(.collapsed)::after {
  border-color: var(--bd-common-white);
  background: var(--bd-common-white);
  content: "\f068";
  color: var(--bd-common-black);
}

.bd-faq .accordion-button:focus {
  box-shadow: none;
}

.bd-faq .accordion-body {
  padding: 21px 25px 11px;
}

.bd-faq .accordion-body p {
  font-size: 18px;
}

.bd-faq-content {
  margin-inline-end: 86px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-faq-content {
    margin-inline-end: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .bd-faq-content {
    margin-inline-end: 0;
  }
}

.bd-faq-content-4 {
  margin-inline-end: 0;
  padding: 0 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-faq-content-4 {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .bd-faq-content-4 {
    padding: 0;
  }
}

/* ========================
admisson part
=========================== */
.registion-from {
  position: relative;
  max-width: 100%;
  /* width: 100%; */
  border-radius: 6px;
  height: 100%;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0px 25px rgb(0 0 0 / 15%);
  border: solid 2px rgb(169 169 169);
}
.registion-from header {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
.registion-from header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 3px;
  width: 27px;
  border-radius: 8px;
  background-color: #4070f4;
}
.registion-from form {
  margin-top: 16px;
  min-height: 490px;
  background-color: #fff;
  overflow: hidden;
}

.registion-from form .form {
  position: absolute;
  background-color: #fff;
  transition: 0.3s ease;
  width: 100%;
}

/* 


form.secActive .form.first{
  display: none;
  pointer-events: none;
  transform: translateX(-100%);
}




form.secActive .form.second{
  display: block;
  pointer-events: auto;
  transform: translateX(0px);
  transform: translateX(0px);
}



.registion-from form .form.thred{
  display: none;
  pointer-events: none;
  transform: translateX(100%);
}
form.secActive .form.thred{
  display: block;
  pointer-events: auto;
  transform: translateX(0px);
  transform: translateX(0px);
}
 */

.registion-from form .title {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  margin: 6px 0;
  color: #333;
}
.registion-from form .fields {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.registion-from form .fields.fl-coltom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
form .fields .input-field {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  margin: 4px 0;
}

.input-field label {
  font-size: 12px;
  font-weight: 500;
  color: #2e2e2e;
}
.input-field input,
select {
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  border-radius: 5px;
  border: 1px solid #aaa;
  padding: 0 15px;
  height: 42px;
  margin: 8px 0;
}
.input-field textarea {
  height: 42px;
  padding: 8px;
  font-size: 15px;
}

.input-field .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #333;
  border-radius: 5px;
  border: 1px solid #aaa;
  padding: 0 15px;
  height: 42px;
  margin: 8px 0;
}

.custom-file-label {
  margin-top: 7px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
  margin-right: 10px;
}

.custom-file-input {
  position: relative;
  height: 50px;
  width: 100%;
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.input-field input :focus,
.input-field select:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
}
.input-field select,
.input-field input[type="date"] {
  color: var(--thm-primary-dark);
  font-size: 18px !important;
  font-weight: var(--f-medium);
}
.input-field input[type="date"]:valid {
  color: #333;
}
.registion-from form button,
.backBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  max-width: 200px;
  width: 100%;
  border: none;
  outline: none;
  color: var(--bd-common-white);
  border-radius: 5px;
  margin: 25px 0;
  background-color: var(--thm-primary);
  transition: all 0.3s linear;
  cursor: pointer;
}
.registion-from form .btnText {
  font-size: 18px;
  font-weight: var(--f-bold);
}
form button:hover {
  color: var(--thm-primary);
  background-color: var(--bd-common-white);
  border: 2px solid var(--thm-primary);
}
form button i,
form .backBtn i {
  margin: 0 6px;
}
form .backBtn i {
  transform: rotate(180deg);
}
form .buttons {
  display: flex;
  align-items: center;
}
form .buttons button,
.backBtn {
  margin-right: 14px;
}

@media (max-width: 750px) {
  .registion-from form {
    overflow-y: scroll;
  }
  .registion-from form::-webkit-scrollbar {
    display: none;
  }
  form .fields .input-field {
    width: calc(100% / 2 - 15px);
  }
}

@media (max-width: 550px) {
  form .fields .input-field {
    width: 100%;
  }
}

/* ===============
payment sectio
=============*/
.image_pay {
  margin: 0 20px;
  display: flex;
  justify-content: center;
}

.field {
  margin-bottom: 25px;
}
.field.full {
  width: 100%;
}
.field.half {
  width: calc(50% - 12px);
}
.field label {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 8px;
}
.field input,
.field textarea,
.field select {
  padding: 11px;
  /* margin: 0 10px; */
  border-radius: 6px;
  border: 2px solid #e8ebed;
  display: block;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}
.field input:placeholder,
.field textarea:placeholder {
  color: #e8ebed !important;
}
.flex {
  display: flex;
  align-items: center;
  align-content: center;
}
.flex.justify-space-between {
  justify-content: space-between;
}
.card {
  padding: 50px;
  margin: 50px auto;
  max-width: 850px;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 0px 24px 60px -1px rgba(37, 44, 54, 0.14);
}
.card .container {
  max-width: 700px;
  margin: 0 auto;
}
.card .card-title {
  margin-bottom: 50px;
}
.card .card-title h2,
.card .card-title h5 {
  margin: 0;
}
.card .card-title h2 {
  margin-bottom: 10px;
}
.card .card-body .payment-type,
.card .card-body .payment-info {
  margin-bottom: 25px;
}
.card .card-body .payment-type h4 {
  margin: 0;
}
.card .card-body .payment-type .types {
  margin: 25px 0;
}
.card .card-body .payment-type .types .type {
  width: 30%;
  position: relative;
  background: #f2f4f7;
  border: 2px solid #e8ebed;
  padding: 25px;
  box-sizing: border-box;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s ease;
}
.card .card-body .payment-type .types .type:hover {
  border-color: #28333b;
}
.card .card-body .payment-type .types .type:hover .logo,
.card .card-body .payment-type .types .type:hover p {
  color: #28333b;
}
.card .card-body .payment-type .types .type.selected {
  border-color: #40b3ff;
  background: rgba(64, 179, 255, 0.1);
}
.card .card-body .payment-type .types .type.selected .logo {
  color: #40b3ff;
}
.card .card-body .payment-type .types .type.selected p {
  color: #28333b;
}
.card .card-body .payment-type .types .type.selected::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  height: 40px;
  width: 40px;
  top: -21px;
  right: -21px;
  background: #fff;
  border: 2px solid #40b3ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card .card-body .payment-type .types .type .logo,
.card .card-body .payment-type .types .type p {
  transition: all 0.5s ease;
}
.card .card-body .payment-type .types .type .logo {
  font-size: 48px;
  color: #8a959c;
}
.card .card-body .payment-type .types .type p {
  margin-bottom: 0;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #8a959c;
}
.card .card-body .payment-info .column {
  width: calc(100% - 25px);
}
.card .card-body .payment-info .title {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.card .card-body .payment-info .title .num {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 2px solid #40b3ff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 12px;
  font-size: 12px;
}
.card-body .button {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 15px 25px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.5s ease;
  background: transparent;
  border: 2px solid transparent;
}
.button.button-link {
  padding: 0 0 2px;
  margin: 0 25px;
  border-bottom: 2px solid rgba(64, 179, 255, 0.5);
  border-radius: 0;
  opacity: 0.75;
}
.button.button-link:hover {
  border-bottom: 2px solid #40b3ff;
  opacity: 1;
}
.button.button-primary {
  background: #40b3ff;
  color: #fff;
}
.button.button-primary:hover {
  background: #218fd9;
}
.button.button-secondary {
  background: transparent;
  border-color: #e8ebed;
  color: #8a959c;
}
.button.button-secondary:hover {
  border-color: #28333b;
  color: #28333b;
}
